home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / norm.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  1.2 KB  |  39 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-71]
  2. [C;6;B]        NORM
  3.         NORMBSS
  4.         NORMCODE
  5.         NORMDATA
  6.         NORMHUNK
  7.         NORMUNIT
  8. [7]Default: NORM
  9. [J;1;N]
  10.   This instruction forbids any link between hunks, even \
  11. their names are equal. This will also generate a big resulting \
  12. file. Those instructions are useless for libraries.
  13.   Note that small data code (HUNK_DATA access with A4 register) \
  14. will anyway be linked together or there would be no use of this \
  15. function.
  16.   The instruction NORM is an equivalent to all other NORM??? \
  17. called at the same time, including NORMHUNK.
  18.  
  19.   Note: the instruction -FRAG ask for all type of hunk to be \
  20. fragmented. This is to ensure a compatibility with DLINK.
  21.  
  22.   See also:
  23. [L;3][LINK frag]            FRAGBSS
  24. [LINK frag]                FRAGCODE
  25. [LINK frag]                FRAGDATA
  26. [LINK small]                SMALL
  27. [LINK small]                SMALLBSS
  28. [LINK small]                SMALLCODE
  29. [LINK small]                SMALLDATA
  30. [LINK small]                SMALLHUNK
  31. [LINK small]                SMALLUNIT
  32. [LINK single]                SINGLE
  33. [LINK single]                SINGLEBSS
  34. [LINK single]                SINGLECODE
  35. [LINK single]                SINGLEDATA
  36. [LINK single]                SINGLEHUNK
  37. [LINK single]                SINGLEUNIT
  38. [5; LINK about; GOTO address]        Become Registred
  39.